home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / School.Dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  570 b   |  24 lines

  1. on mouseDown
  2.   autoHilite()
  3. end
  4.  
  5. on action
  6.   global lastSound
  7.   set lastSound to "fff"
  8.   set oldCast to the castNum of sprite 7
  9.   set peopleCast to oldCast + 1
  10.   if peopleCast = 303 then
  11.     set peopleCast to 291
  12.   end if
  13.   set the castNum of sprite 6 to oldCast
  14.   set the locH of sprite 6 to 164
  15.   set the locV of sprite 6 to 285
  16.   set the castNum of sprite 7 to peopleCast
  17.   set the locV of sprite 7 to the locV of sprite 6
  18.   set the locH of sprite 7 to the locH of sprite 6 + 247
  19.   puppetSound("machine3")
  20.   updateStage()
  21.   scrollLeft(247, 6, 7)
  22.   puppetSound(0)
  23. end
  24.